/* 各見出し */
.body-ai {
  background-image: url(../img/ai/background.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.content-ai .c-explaine h2 {
  border: 1px solid #098bde;
  background-color: #ebf4ff;
  color: #098bde;
  padding-left: 1.6rem;
}

.content-ai .c-explaine .margin-0 {
  margin-top: 0;
}

.content-ai .c-explaine h2::before {
  width: 0.8rem;
  background-image: linear-gradient(-180deg, #00b7ff 0%, #0098ec 50%, #1e7bf9 100%);
}

.c-conclusion h2 {
  background-color: #29669d;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 3rem;
  position: relative;
}

.c-conclusion h2:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -11px;
  left: 50%;
  margin: auto;
  border-color: #29669d transparent transparent;
  border-style: solid;
  border-width: 12px 10px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-ai h3 {
  color: #098bde;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #098bde;
  background-color: initial;
  align-items: initial;
  justify-content: initial;
  position: initial;
  font-size: 2rem;
  font-weight: 500;
}

.content-ai .c-point {
  padding: 30px 20px;
  border-radius: 10px;
  border: 10px solid #ebf4ff;
  margin-top: 3rem;
}

.content-ai .c-point h2 {
  color: #098bde;
  padding-left: 1.6rem;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
}

.content-ai .c-point h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0.8rem;
  background-image: linear-gradient(-180deg, #00b7ff 0%, #0098ec 50%, #1e7bf9 100%);
}

.c-point>p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.recommend-ai .c-recommend__title a h3 {
  display: inline-block;
}

.recommend-ai .c-recommend__title a h3 {
  color: #0098ec;
  text-decoration: underline;
  font-size: 2.4rem;
}

.recommend-ai .c-recommend__title span {
  background-color: #ebf4ff;
  font-size: 2rem;
  border: 1px solid #0098ec;
  color: #0098ec;
}

.recommend-ai .c-recommend__title img {
  width: 50px;
  height: 100%;
  margin-right: 10px;
}

.content-ai .c-explaine>p {
  font-size: 1.5rem;
}

/* 比較表 */
.compare-ai {
  margin-top: 5rem;
}

.compare-ai #sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table-title {
  background-color: #29669d;
  font-size: 2rem;
  line-height: 1.5;
}

.compare-ai #sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table tbody th {
  background-color: #ebf4ff;
  color: #098bde;
  font-weight: bold;
}

.compare-ai #sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table td {

  padding: 1.5rem 0.5rem;
  font-size: 1.5rem;
}

.compare-ai .fixed02 {
  color: #262c30;
}

.compare-ai li {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #e1e8f1;
}

.compare-ai .icon li {
  border-top: 0;
  padding-top: 0;
}

.compare-ai .icon li:first-child {
  padding-bottom: 0;
}

.compare-ai .icon img {
  width: 21px;
  height: 100%;
}


.compare-ai .fixed-left li {
  text-align: left;
}

.compare-ai li:first-child {
  border: 0;
  padding-top: 0;
}

.compare-ai li:last-child {
  padding-bottom: 0;
}

/* おすすめコンテンツ */
.recommend-ai .c-recommend--table tr th {
  background-color: #ebf4ff;
  color: #0098ec;
}

.recommend-ai .c-recommend__body {
  border: 0;
  margin-top: 0;
}

.recommend-ai .c-explaine-img {
  margin-top: 20px;
}

.recommend-ai .p-recommend__content {
  padding-bottom: 30px;
  border-bottom: 5px solid #e1e8f1;
}


.c-explaine .c-explaine-review {
  margin-top: 0;
}

.c-explaine-review {
  text-align: center;
  margin: 0 auto;
}

.c-explaine-review img {
  width: 100px;
  height: 100%;
}

/* お客様の声タブ表示 */
.recommend-ai .review {
  margin-top: 3rem;
}


.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #098bde;
  display: block;
  order: -1;
}

.tab-label {
  color: #fff;
  background: #656f7c;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #098bde;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  background-color: #ebf4ff;
  opacity: 1;
  transition: .5s opacity;
  border: 3px solid #098bde;
  border-top: 0;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.c-point__list li {
  position: relative;
  margin-left: 3rem;
  padding-bottom: 10px;
}

.c-point__list li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -3.5rem;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../img/ai/ai-check.webp) no-repeat;
  background-size: contain;
  background-size: 100%;
}

.c-point__list {
  margin-top: 2rem;
}


/* ボタン */
.compare-ai .c-compare-btn a {
  background-color: #094;
  border-bottom: 3px solid #00662d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0;
  margin: 0;
}

.compare-ai .c-compare-btn a:hover {
  background-color: #00a349;
}

.c-compare-btn.c-compare-btn-ai {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.c-compare-btn.c-compare-btn-ai:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.c-recommend-btn.c-conclusion-btn p {
  font-size: 2.4rem;
  line-height: 1.5;
}

.c-recommend-btn.c-conclusion-btn a {
  background-color: #094;
  border-bottom: 5px solid #00662d;
}

.c-recommend-btn.c-conclusion-btn a {
  background-color: #00a349;
}


.footer-ai a {
  font-size: 2.4rem;
}

.footer-ai {
  padding: 4rem 0;
}

.content-conclusion {
  margin-bottom: 5rem;
}

.day-ai {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.ranking__title a h3 {
  display: inline-block;
}

.ranking__title a h3 {
  color: #0098ec;
  text-decoration: underline;
  font-size: 2.4rem;
}

.ranking__title span {
  background-color: #ebf4ff;
  font-size: 2rem;
  border: 1px solid #0098ec;
  color: #0098ec;
}

.ranking__title img {
  width: 50px;
  height: 100%;
  margin-right: 10px;
}

.ranking__text>p {
  font-size: 1.25rem;
}

.c-explaine__ranking {
  text-align: center;
  margin-top: -10rem;
}

.ranking {
  border-radius: 10px;
  border: 5px solid #ebf4ff;
  margin-top: 8rem;
  padding: 0 1rem 3rem 1rem;
}

.ranking h2 {
  font-size: 2rem;
  text-align: center;
  background-color: #ebf4ff;
  border: 1px solid #098bde;
  color: #0098ec;
  display: inline-block;
}

.ranking .c-explaine h2::before {
  display: none;
}

.ranking__body {
  display: flex;
  margin-top: 2rem;
}

.ranking__image {
  max-width: 180px;
  height: 100%;
  margin-left: 30px;
}

.ranking__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
  .ranking__image {
    min-width: 100px;
    margin-left: 10px;
  }
}

.ranking__item {
  margin-top: 4rem;
}

.ranking__item.ranking__item--first {
  margin-top: 0;
}

.c-recommend-btn.btn-margin0 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-recommend-btn.c-rankn-btn {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .c-recommend-btn.btn-margin0 {
    margin-top: 2rem;
  }

}

.c-recommend-btn.c-rankn-btn p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-recommend-btn.c-rankn-btn a {
  background-color: #094;
  border-bottom: 5px solid #00662d;
}

.c-recommend-btn.c-rankn-btn a {
  background-color: #00a349;
}